home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tyahtz33.zip / YAHTZEE.DOC < prev    next >
Text File  |  1991-02-08  |  9KB  |  220 lines

  1.  
  2.                             TRIPLE   YAHTZEE
  3.  
  4.                                   v3.3
  5.  
  6.                               PCBoard 14.x
  7.  
  8.                                    by
  9.  
  10.                               Al Lawrence
  11.  
  12.                             Sunrise-80  BBS
  13.                             (404) 256-9525
  14.  
  15.  
  16.  
  17.  
  18.                                 OVERVIEW
  19.                                 ________
  20.  
  21.  
  22.    Triple Yahtzee is played exactly like the board game. A high score file
  23.    is maintained  (size is controlled from the configuration file). Since
  24.    this game can take a while to play to completion,  a game save feature
  25.    has been included. This feature allows the caller to save the  game
  26.    contents and return to the same game on their next call automatically.
  27.  
  28.  
  29.  
  30.    NOTE: Most errors will be logged to a file called SUNRISE.ERR, which is
  31.          created in the directory you run the door from.
  32.  
  33.  
  34.  
  35.                               INSTALLATION
  36.                               ____________
  37.  
  38.  
  39.    Installation is fairly easy and straight-forward. The following steps and
  40.    examples should have you up and running in a very short period of time.
  41.    It is assumed that you are familiar with setting up DOORS on your system.
  42.    To this end, only examples of the configuration file and Door batch file
  43.    are described.
  44.  
  45.       1) Create a directory to hold all YAHTZEE files
  46.  
  47.       2) Unzip TYAHTZxx.ZIP into the the above directory
  48.  
  49.          NOTE: BRUN45.EXE is not included but is required !!!
  50.  
  51.       3) Create a configuration file, with a name of your choice, or
  52.          modify the supplied YAHTZEE.CFG file. A description follows:
  53.  
  54.             C:\PCB\  **              Location of System file
  55.  
  56.             SUNRISE-80 BBS           Your BBS Name
  57.  
  58.             Al                       SYSOP's First Name
  59.  
  60.             Lawrence                 Sysop's Last Name
  61.  
  62.             00000000                 Registration Number
  63.  
  64.             50                       Number of Top Score entries.
  65.                                      Minimum = 10, Maximum = 99.
  66.  
  67.         #   2                        Keyboard timeout value in minutes.
  68.                                      If key not depressed for 2 minutes
  69.                                      board is saved and caller is returned
  70.                                      to BBS. Minimum=2, Maximum=5
  71.  
  72.         #   NONE                     Drive:\Path\Filename to contain the
  73.                                      Top Score Bulletin or enter NONE
  74.                                      for NO Bulletin creation.
  75.  
  76.             1                        Initial setting of the HOTKEY feature.
  77.                                      1=ON, 0=OFF. Default will be 1 if any
  78.                                      other value is encountered.
  79.  
  80.             2                        1 = DO NOT Display the ADOPT-A-DOOR Msg
  81.                                      2 = DO Display the ADOPT-A-DOOR Message
  82.                                      When YAHTZEE is Registerd, this option
  83.                                      will have no effect. This option is for
  84.                                      those Sysops that do not like the
  85.                                      ADOPT-A-DOOR Concept.
  86.  
  87.             
  88.         #   1                        Color of Main Portion of Board
  89.                                      1=Blue, 4=Red, 5=Magenta, 14=Yellow
  90.  
  91.             NOTE: There should be NO BLANK LINES in the configuration file!
  92.  
  93.        ** = Replace with ONE of the following:
  94.             PCBOARD.SYS ......  For PCBoard Systems
  95.             DOOR.SYS .........  For All Systems That Support DOOR.SYS
  96.             CALLINFO.BBS .....  For WILDCAT! Systems
  97.             DORINFOx.DEF .....  For QBBS/RBBS/RemoteAccess Systems
  98.                                 x=Node Number
  99.             SFDOORS.DAT ......  For SPITFIRE Systems
  100.  
  101.         # = Requires registration to change to a different value
  102.  
  103.  
  104.       4) Create a batch file or modify the YAHTZEE file supplied. A
  105.          description of this file follows:
  106.  
  107.             ECHO off
  108.             cd\PCB\DOORS\YAHTZEE      Location of Yahtzee files
  109.             YAHTZEE YAHTZEE.CNF       EXE filename and CNF filename (Name
  110.                                       used in creating file in #3 above)
  111.             CD\PCB
  112.             BOARD
  113.  
  114.  
  115.        5) When running in more than one node, be sure to supply a
  116.           different configuration name for each node (your choice of name).
  117.  
  118.  
  119.  
  120.  
  121.  
  122.                                ADOPT-A-DOOR
  123.                                ____________
  124.  
  125.     Having been a Sysop for a number of years, I have had my share of problems
  126.     and frustrations getting financial support for my board's upkeep. A fellow
  127.     Sysop left a message on my board, not long ago, about a concept that was
  128.     being used by several boards around the country.
  129.  
  130.     The concept, ADOPT-A-DOOR, allows a caller to register (ADOPT) a door. It
  131.     would be the same as sending in a donation, only this way it is earmarked
  132.     for registering a particular door. In a way, the user feels he/she is
  133.     "getting something in return". As a Door author I have decided to build
  134.     this concept into each of my Door programs. The concept replaces the
  135.     usual message "tell the Sysop to register this Door" we find in most
  136.     doors.
  137.  
  138.     If the Door is unregisterd then a message appears on the opening screen
  139.     to that effect. After finishing or suspending a game, a message screen
  140.     is displayed about the ADOPT-A-DOOR concept. The message also tells the
  141.     caller to contact the Sysop to find out if there is any further details
  142.     to the ADOPT-A-DOOR concept. Some Sysops give extra D/L time, online
  143.     time, etc to callers that ADOPT-A-DOOR.
  144.  
  145.     If the Door has been registered, either by the Sysop or other callers,
  146.     the names of those contributors will be displayed in the closing screen.
  147.  
  148.     NOTE: If you want to display the names of the callers that contributed
  149.           to registering the Door, you must create an ASCII file called
  150.           ADOPT.SYS. You create it with an Editor or Word Processor. Enter
  151.           the name(s) of the contributors (one on each line, maximum of 5
  152.           entries, each a maximum of 30 characters long). This file must be
  153.           saved, in ASCII format, and placed in the Door directory.
  154.  
  155.  
  156.  
  157.                               LEGALITIES
  158.                               __________
  159.  
  160.  
  161.       THIS SOFTWARE AND ACCOMPANYING MATERIALS ARE DISTRIBUTED "AS IS"
  162.       WITHOUT WARRANTY, EXPRESS, IMPLIED OR STATUTORY, INCLUDING BUT NOT
  163.       LIMITED TO ANY IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
  164.       FOR A PARTICULAR PURPOSE. IN NO EVENT SHALL ANYONE INVOLVED WITH
  165.       THE CREATION AND PRODUCTION OF THIS PRODUCT BE LIABLE FOR INDIRECT,
  166.       SPECIAL, OR CONSEQUENTIAL DAMAGES, ARISING OUT OF ANY USE THEREOF
  167.       OR BREACH OF ANY WARRANTY.
  168.  
  169.  
  170.  
  171.  
  172.  
  173.                              DISTRIBUTION
  174.                              ____________
  175.  
  176.    You may make this file available for downloading from your BBS or you may
  177.    upload it to any BBS of your choice, provided that you do not make any
  178.    changes to the contents of the archive (ZIP file). The archive and its
  179.    individual contents may not be used by any service that charges any money
  180.    whatsoever, without the written permission of the author.
  181.  
  182.  
  183.  
  184.  
  185.  
  186.                              REGISTRATION
  187.                              ____________
  188.  
  189.    Registration and the subsequent insertion of the registration number into
  190.    your configuation file, allows for the display of your BBS name on the
  191.    opening and closing screen as well as the reduction of a delay built into
  192.    the opening screen display along with the ability to change certain values
  193.    in the configuration file.
  194.  
  195.    To register your copy of YAHTZEE, please fill out the registration form
  196.    (REGISTER.FRM) and mail it along with a small donation ($20, $25,etc) to
  197.    the name and address on the form.
  198.  
  199.    Be sure to use the proper upper/lower case when filling in your name and
  200.    BBS name, as they MUST match the way you entered them in the configuration
  201.    file.             ^^^^
  202.  
  203.    Based upon information supplied on the registration form, I will pre-
  204.    register you on my BBS. You will then be able to call SUNRISE-80 and pick
  205.    up your registration number or supply a self-addressed stamped envelope.
  206.  
  207.  
  208.  
  209.                                  MISC
  210.                                  ____
  211.  
  212.    The latest version of TRIPLE YAHTZEE and other fine SUNRISE DOOR programs
  213.    are always available for download from SUNRISE-80 BBS and/or SALTAIR BBS.
  214.  
  215.    Remember, should you have any problems, questions or suggestions, be sure
  216.    to drop me a message on either of the aforementioned BBS' or via the 
  217.    DOORS conference on PCRELAY/RIME, Node=SUNRISE.
  218.  
  219.  
  220.